home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06009.DIR / 00033.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  245 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("click")
  3.   if the visible of sprite 21 = 0 then
  4.     set the visible of sprite 21 to 1
  5.     set the visible of sprite 22 to 0
  6.   else
  7.     set the visible of sprite 21 to 0
  8.     set the visible of sprite 22 to 1
  9.   end if
  10. end
  11.